<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / ValueSet<T> Class / ToList Method

In This Topic
    ToList Method (ValueSet<T>)
    In This Topic
    Creates a List from this collection.
    Syntax
    'Declaration
     
    Public Function ToList() As List(Of T)
    public List<T> ToList()

    Return Value

    A List that contains the objects in this collection.
    See Also